home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / hs_inst.zip / HS-145A.ZIP / HS-145A.DOC next >
Text File  |  1991-10-30  |  4KB  |  99 lines

  1.  
  2.  
  3.                   INSTALLING HS/LINK EXTERNAL PROTOCOL
  4.                 IN PCBOARD 14.5A (BETAS DATED 10/30/91)
  5.  
  6.                                   
  7.      Please refer to the PCBOARD manual and change HISTORY for detailed
  8.      information on installation of external protocols.  This
  9.      information was tested with HSLINK betas posted on 10/30/91 and
  10.      PCBOARD 14.5A betas posted on 10/30/91.
  11.  
  12.      The following installation steps should work for most folks:
  13.  
  14.      Copy the provided PCBSH.BAT and PCNRH.BAT files into your \PCB
  15.      system directory.  On a multi-node system, copy these files into
  16.      the \PCB directory for each node.  Copy HSLINK.EXE into directory
  17.      included in your search PATH.
  18.  
  19.      You can edit PCBSH.BAT and PCBRH.BAT to include options on the
  20.      HSLINK command line, but most folks won't need to change anything.
  21.      If your system can't keep up with the COM port while accessing the
  22.      disk drive, you may want to add -HS to the command line in each
  23.      file.  If you want to experiment, there are a number of optional
  24.      parameters you can read about in HSLINK.DOC and HSLINK.NEW.
  25.  
  26.      Contents of PCBSH.BAT
  27.      ---------------------
  28.          echo off
  29.          if exist pcberr.fil del pcberr.fil
  30.          if exist %DSZLOG% del %DSZLOG%
  31.          hslink -hs -p%1 -e%5 -u%6 %3
  32.                  |
  33.                  +---- this was added if you need slow handshake
  34.  
  35.      Contents of PCBRH.BAT
  36.      ---------------------
  37.          echo off
  38.          if exist pcberr.fil del pcberr.fil
  39.          if exist %DSZLOG% del %DSZLOG%
  40.          hslink -hs -p%1 -e%5 -u%6
  41.                  |
  42.                  +---- this was added if you need slow handshake
  43.      
  44.      Next you need to install the HS/LINK protocol into the PCBOARD
  45.      protocol menu.  There are two ways to do this.
  46.  
  47.      The easiest is to edit your \PCB\GEN\PCBPROT.DAT file in text
  48.      editor and add the following line:
  49.         H,B,1024,HS/Link (bidirectional batch),N,N,Y
  50.  
  51.      If you prefer to use PCBSETUP, the following steps will give the
  52.      same result.
  53.  
  54.      Load up PCBSETUP and press C to access the FILE LOCATIONS 2 screen.
  55.      Then cursor down to the PROTOCOL DATA FILE and press F2.
  56.      In this screen you press ALT-I to insert a new protocol.
  57.      When asked for "USE" enter "H".
  58.      When asked for "TYPE" enter "B".
  59.      When asked for "SIZE" enter "1024".
  60.      When asked for "MNP" enter "N".
  61.      When asked for "PORT OPEN" enter "N".
  62.      When asked for "LOCK LINES" enter "Y".
  63.  
  64.      You should see the protocol defined like this:
  65.        ╔════════════════════════════════════════════════════════════════════╗
  66.        ║                        PCBoard Setup Utility                       ║
  67.        ║                         Edit Protocol File                         ║
  68.        ║                                                                    ║
  69.        ║                   Port Lock                                        ║
  70.        ║ Use Type Size MNP Open Lines             Protocol Description      ▒
  71.        ║ ═══ ════ ════ ═══ ════ ═════ ═════════════════════════════════════ ▒
  72.        ║  H   B   1024  N   N     Y   HS/Link (bidirectional batch)         ▒
  73.        ║                                                                    ║
  74.  
  75.      Press ESC to exit this screen.
  76.      When asked "SAVE CHANGES" press "Y" and ENTER.
  77.      Press ESC two more times to exit the setup program.
  78.      When asked "SAVE Y/N/Q/A" press "Q" and ENTER.
  79.  
  80.  
  81. I hope these instructions help, but remember, I can't take
  82. responsibility for anydamages resulting from these instructions.  If you
  83. get stuck, it always helps to read the DOC files that come with PCBOARD
  84. and with HSLINK.  If all else fails, call up the tool shop and ask for
  85. help on the main board.  Either I will help you, or somebody else will
  86. know the answer and give you a hand.
  87.  
  88. Good luck!
  89.  
  90. Samuel H. Smith
  91. Sysop of The Tool Shop
  92.    Phone number         Modem type                Access
  93.   --------------    ---------------------   -------------------
  94.   (818) 891-3772    US Robotics HST 9600    Contributors only
  95.   (818) 891-1344    Hayes-V series 9600     Contributors only
  96.   (818) 891-6780    US Robotics 2400        Free to all
  97.  
  98.  
  99.